{ "version": 4, "terraform_version": "1.8.0", "serial": 584, "lineage": "3c2d832e-fb46-c53a-da3b-4347ff5235fe", "outputs": { "db_endpoint": { "value": "db-0.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-85486a79fe7fe8083", "ami": "ami-55eab90b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-404b35c0"], "subnet_id": "subnet-8d0d729e", "key_name": "prod-deploy-key" } } ] } ] }