{ "version": 4, "terraform_version": "1.5.8", "serial": 524, "lineage": "cb58b9be-9744-1e38-bb08-9ae21919a06f", "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-a2b2dd33e7df343b3", "ami": "ami-73f48f90", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5ee40ddc"], "subnet_id": "subnet-59b5ff55", "key_name": "prod-deploy-key" } } ] } ] }