{ "version": 4, "terraform_version": "1.6.6", "serial": 424, "lineage": "1d13d0f7-b8da-52d4-f441-f7d8ac5a3fe2", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-6555be0dbc978e64b", "ami": "ami-8b978e18", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-eb1f1f88"], "subnet_id": "subnet-1e494d2e", "key_name": "prod-deploy-key" } } ] } ] }