{ "version": 4, "terraform_version": "1.5.2", "serial": 477, "lineage": "90a6aa9c-ba3b-d845-3ae2-8d3b2270ce05", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a6dd95c120866e6f5", "ami": "ami-fe46dfa2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ce6f237d"], "subnet_id": "subnet-d1da4f87", "key_name": "prod-deploy-key" } } ] } ] }