{ "version": 4, "terraform_version": "1.6.5", "serial": 248, "lineage": "bdceca9b-b39d-083c-7068-b2dbc2fcb99e", "outputs": { "db_endpoint": { "value": "db-4.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-5a892a6d3d583af91", "ami": "ami-dc35513f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0084de8d"], "subnet_id": "subnet-90c1044d", "key_name": "prod-deploy-key" } } ] } ] }