{ "version": 4, "terraform_version": "1.7.2", "serial": 355, "lineage": "32989f15-9910-6fdf-6e3c-739006202d84", "outputs": { "db_endpoint": { "value": "db-1.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-5627f0e04893ba6c3", "ami": "ami-c7f499fa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d6aef1ed"], "subnet_id": "subnet-c259ee73", "key_name": "prod-deploy-key" } } ] } ] }