{ "version": 4, "terraform_version": "1.5.8", "serial": 545, "lineage": "7e3856ac-c04e-9055-503a-0c8ea07c08ef", "outputs": { "db_endpoint": { "value": "db-4.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-7deb496c3e39a359d", "ami": "ami-f7289ffd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c5dff3b9"], "subnet_id": "subnet-c7e4be53", "key_name": "prod-deploy-key" } } ] } ] }