{ "version": 4, "terraform_version": "1.5.4", "serial": 408, "lineage": "7aeef5e5-6efb-81fa-6667-6d8631fc7aec", "outputs": { "db_endpoint": { "value": "db-2.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-87be8cea1fd2f0356", "ami": "ami-1eed6143", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa6c2b2d"], "subnet_id": "subnet-712ccffd", "key_name": "prod-deploy-key" } } ] } ] }