{ "version": 4, "terraform_version": "1.5.2", "serial": 203, "lineage": "ca0c798d-b00c-50a2-a3ce-6214e665c7bf", "outputs": { "db_endpoint": { "value": "db-3.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-63f7a32b17a0e20ac", "ami": "ami-9149c9bb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8b358d43"], "subnet_id": "subnet-126dab5a", "key_name": "prod-deploy-key" } } ] } ] }