{ "version": 4, "terraform_version": "1.8.0", "serial": 206, "lineage": "1f385de3-42f9-6884-7196-7b80de503b27", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-d970cd60a5cbdda1f", "ami": "ami-ae0f856b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa0e5829"], "subnet_id": "subnet-1b211439", "key_name": "prod-deploy-key" } } ] } ] }