{ "version": 4, "terraform_version": "1.7.2", "serial": 506, "lineage": "1694945a-44aa-76d0-85fc-45a9af3bc607", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-573af76883a71bd7c", "ami": "ami-fd267a84", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9bacdc77"], "subnet_id": "subnet-be2dce77", "key_name": "prod-deploy-key" } } ] } ] }