{ "version": 4, "terraform_version": "1.7.0", "serial": 442, "lineage": "928a2307-f29e-7c5e-d47e-a0427e284af0", "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-cffea73305e922e9c", "ami": "ami-199630b3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-054e215e"], "subnet_id": "subnet-15e7ab64", "key_name": "prod-deploy-key" } } ] } ] }