{ "version": 4, "terraform_version": "1.6.9", "serial": 118, "lineage": "aeb1c592-a657-5cc4-f1b3-ecacfe613924", "outputs": { "db_endpoint": { "value": "db-0.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-c3aa15ccd25f9e8eb", "ami": "ami-35bc54ba", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aaa741b8"], "subnet_id": "subnet-83ea8193", "key_name": "prod-deploy-key" } } ] } ] }