{ "version": 4, "terraform_version": "1.8.7", "serial": 205, "lineage": "9610dc52-1080-a2cd-dda3-797712c447bb", "outputs": { "db_endpoint": { "value": "db-0.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-25f0043cada2ced06", "ami": "ami-f7675e60", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a498c987"], "subnet_id": "subnet-099dfbf2", "key_name": "prod-deploy-key" } } ] } ] }