{ "version": 4, "terraform_version": "1.7.0", "serial": 530, "lineage": "2a111b98-7781-0e29-ea51-3d28e1e24291", "outputs": { "db_endpoint": { "value": "db-2.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-d86cbe1facc652c9a", "ami": "ami-e339e3aa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b040a383"], "subnet_id": "subnet-34068cc4", "key_name": "prod-deploy-key" } } ] } ] }