{ "version": 4, "terraform_version": "1.8.3", "serial": 344, "lineage": "380cc724-9da9-8acc-f1e6-c4bb12255040", "outputs": { "db_endpoint": { "value": "db-1.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-7ea4e3126b3e8e482", "ami": "ami-d00c7410", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2e5b660a"], "subnet_id": "subnet-b258de32", "key_name": "prod-deploy-key" } } ] } ] }